home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr29 / keybuf20.zip / KEYBUF.DOC < prev   
Text File  |  1993-05-28  |  2KB  |  58 lines

  1.                 KEYBUF 2.0
  2.                 (c) 1992-1993 by
  3.              Vincenzo "Enzo" Romano
  4.  
  5.  
  6.  
  7.  
  8.  
  9.       The use of this program implies the following disclaim.
  10.  
  11.     THIS PROGRAM IS ABSOLUTELY FREE OF ANY CHARGE FOR SINGLE USERS.
  12.     FOR COMMERCIAL USES, PLEASE CONTACT THE AUTHOR.
  13.     THE AUTHOR WILL NOT BE RESPONSIBLE OF ANY KIND OF DAMAGE DUED
  14.     TO THE USE OF THIS PROGRAM.
  15.     THE USER WILL USE THIS PROGRAM AT HIS OWN RISK.
  16.  
  17.  
  18.       KeyBuf is program to expand the keyboard buffer used by BIOS to
  19.     store the unread keystrokes. The standard buffer is 32 bytes long
  20.     and can contain up to 16 keystrokes (each one is a 2 bytes code).
  21.  
  22.       If you use to type a command or any other keyboard input before
  23.     the BIOS (and thus the DOS) is ready to read it maybe you run out
  24.     of the buffer space. The result is a long acoustic signal and the
  25.     loss of the extra characters you typed.
  26.  
  27.       If, say, you're running something like "CHKDSK /F" on your 200+
  28.     megabytes hard disk and want to  delete che *.CHK files away from
  29.     the root directory and then want to use the "COMPRESS" tool, with
  30.     a 16 characters buffer you have to wait for the CHKDSK completion
  31.     before you can type the commands "DEL \*.CHK" and "COMPRESS".
  32.  
  33.      But with a bigger buffer you can type ahead anything you already
  34.     know it will need.  But, be carefull!  Computers exactly  do what
  35.     you ask them for. Nothing more, nothing less.
  36.       If you press ^C (CTRL-C) or ^Break (CTRL-PAUSE), the program
  37.     will be stopped and the keys typed ahead will be lost.
  38.  
  39.       KeyBuf is NOT a resident program. It doesn't steal CPU time. It
  40.     simply search for a suitable  memory block,  tells the BIOS where
  41.     the new buffer is located and  then dies.  The only limitation is
  42.     that the memory block  used  as  buffer  must  be in lower memory
  43.     (below 1030:000) because of a BIOS limitation.
  44.  
  45.       For more details, please read the program sources and comments.
  46.       For bugs and suggestions, feel free to contact me via e-mail at
  47.     this address:
  48.  
  49.             music@MILES.cnuce.cnr.it
  50.  
  51.       And if you want to make me happy,  please send to me a postcard
  52.     of your city at this address:
  53.  
  54.             Vincenzo Romano
  55.             Via A. Omodeo, 3
  56.             I-56124 Pisa  ITALY
  57.  
  58.